Gradient : API Documentation

Type PythonCollection<T, TSeq>

Namespace LostTech.Gradient.BuiltIns

Parent PythonSequence<T, TSeq>

Can be used to wrap Python collections

Methods

Properties

Public instance methods

void CopyTo(T[] array, int arrayIndex)

IEnumerator<T> GetEnumerator()

Returns enumerator for entries in this dictionary

Public properties

int Count get;

Gets the number of items in the list

object PythonObject get;